UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The /etc/syslog.conf file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22454 GEN005395 SV-26742r1_rule ECLP-1 Medium
Description
Unauthorized users must not be allowed to access or modify the /etc/syslog.conf file.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-27756r1_chk )
Check the permissions of the syslog configuration file.
# ls -lL /etc/syslog.conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-23991r1_fix)
Remove the extended ACL from the file.
# getfacl /etc/syslog.conf
Remove each ACE returned.
# setfacl -d [ACE] /etc/syslog.conf